export interface IOptions {
}
export declare function generate(): Promise<void>;
