export declare const batchFetch: (optionName: string) => { type: string; optionName: string; }; export declare const controls: { BATCH_FETCH({ optionName }: { optionName: string; }): Promise; AWAIT_PROMISE: ({ promise }: { promise: Promise; }) => Promise; API_FETCH({ request }: { request: import("@wordpress/api-fetch").APIFetchOptions; }): Promise; }; //# sourceMappingURL=controls.d.ts.map