import { CustomFieldFilter } from "./generated/graphql-api/graphql"; /** * Converts custom field filters to a format that can be used by the GraphQL API * * @param filters Custom field filters * @returns {CustomFieldFilter[]} Custom field filters in a format that can be used by the GraphQL API */ export declare const useCustomFieldFilters: (filters?: object) => Array;