export declare function parseGraphQlSelectionPaths(text: string): { fieldPaths: string[]; argumentPaths: string[]; argumentValues: Record>; };