export declare namespace NestiaTemplate {
    const clone: (halter: (msg?: string) => never) => (argv: string[]) => Promise<void>;
}
