export declare const createBoatsrcIfNotExists: (answers?: Record<string, string>) => void;
export declare const init: () => Promise<void>;
