import type { SelectionSetNode } from "graphql"; export declare function dealias(fieldValue: Record | null | undefined, selectionSet: SelectionSetNode): { [x: string]: any; } | null | undefined; //# sourceMappingURL=dealias.d.ts.map