import { NbconvertParams } from "./util";
export declare function nbconvert(opts: NbconvertParams): Promise<void>;
