import { GraphQLResolveInfo } from "graphql";
declare type MapSelectionsReturnType = Record<string, boolean | any>;
declare const mapSelections: (info: GraphQLResolveInfo) => MapSelectionsReturnType;
export default mapSelections;
