import type { TsConfigResult } from 'get-tsconfig'; export declare function getOutPath(path: string, tsConfigResult: TsConfigResult): string;