import { Datatype } from './files'; export interface Options { key: string; file?: string; type?: Datatype; } export declare function getExperiment(options: Options): Promise;