export declare abstract class Drop {
    liquidMethodMissing(key: string | number): Promise<any> | any;
}