import { Drop } from '../drop/drop';
declare type PlainObject = {
    [key: string]: any;
    toLiquid?: () => any;
};
export declare type Scope = PlainObject | Drop;
export {};
