declare type Options = { input: string; out: string; }; export declare function generate({ input, out }: Options): Promise; export {}; //# sourceMappingURL=index.d.ts.map