import type { MappedPath } from '../domain/utils/mapped-path.contract.js'; export interface GetMappedPathsOptions { rootTsConfigPath: string; sharedMappings?: string[]; rootPath?: string; } export declare function getMappedPaths({ rootTsConfigPath, sharedMappings, rootPath, }: GetMappedPathsOptions): Array; //# sourceMappingURL=mapped-paths.d.ts.map