import { Options } from '../../../scaffolds/types';
export declare const generateLibFiles: (options: Options) => Promise<void>;
