interface nbconvertParams { args: string[]; directory?: string; timeout?: number; } export declare function nbconvert(opts: nbconvertParams): Promise; export {};