import type { WP_REST_API_Term } from 'wp-types';
export declare const useAllTerms: (taxonomyName: string) => readonly [WP_REST_API_Term[] | null, boolean];
//# sourceMappingURL=index.d.ts.map