/** * Installs @generaltranslation/compiler if not installed */ export declare function installCompiler({ packageJson, }: { packageJson?: { type?: string; }; }): Promise;