declare function prepareVueTsc(): Promise<{
    targetTsDir: string;
}>;

export { prepareVueTsc };
