export interface Options {
    key: string;
    file?: string;
}
export declare function getExperiment(options: Options): Promise<void>;
