type StringMaybeUndefined = string | undefined; /** * * @param path */ export declare function transformServerPathToClientPath(path: T): T; export {};