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