import { InitCliOptions } from './types.js';
export declare const init: (filename: string, options: InitCliOptions) => Promise<void>;
