export declare const tstemplate: string; export declare const tsconfigjson: { compilerOptions: { target: string; module: string; lib: string[]; allowJs: boolean; declaration: boolean; sourceMap: boolean; strict: boolean; }; };