export declare function tmpl(args: {
    dir: string;
    install?: boolean;
}): Promise<void>;
