export declare const TEMPLATE: string[]; export declare const __dirname: string; export type CreateOptions = { example: string; force: boolean; }; export declare function create(): Promise;