import type { CreateCtx } from '../../interfaces/create.interface'; export declare function validateLayout({ layoutPath }: CreateCtx): Promise; export declare function updateSettings({ dest, options }: CreateCtx): Promise; export declare function build({ dest, options }: CreateCtx): Promise; export declare function archive({ build: files, buildDir, dest: rootPath, options }: CreateCtx): Promise;