export declare function handleInitGT(filepath: string, errors: string[], warnings: string[], filesUpdated: string[], packageJson?: { type?: string; }, tsconfigJson?: { compilerOptions?: { module?: string; }; }): Promise;