import { MetafieldScope } from "../../../shared/graphql/graphql"; export declare const useGetMetaFields: (scope?: MetafieldScope[]) => { metafields: ({ __typename: "Metafield"; _id?: string | null; entry?: import("../../../shared/graphql/graphql").MetafieldEntryType | null; name?: string | null; type?: import("../../../shared/graphql/graphql").MetafieldType | null; metaobject_reference?: { __typename: "Metaobject"; _id?: string | null; } | null; } | null | undefined)[]; loading: boolean; metaFieldsError: import("@apollo/client").ErrorLike | undefined; };