export declare function mapVirtToRealmPath(rootPath: string, virtPath: string): {
    path?: string;
    error?: string;
};
