export declare const replaceRootDirInPath: (rootDir: string, filePath: string) => string; type OrArray = T | Array; type ReplaceRootDirConfigObj = Record; type ReplaceRootDirConfigValues = OrArray | OrArray | OrArray; export declare const replaceRootDirInObject: (rootDir: string, config: T) => T; export declare const _replaceRootDirTags: (rootDir: string, config: T) => T; export {};