export interface Options { key: string; } export declare function deleteExperiment(options: Options): Promise;