export declare function getSubpathEntry({ filePath, data, }: { filePath: string; data: Map; }): T | undefined;