import type { ConfigurationApi } from './ConfigurationApiContext';
export declare const useConfigurationApi: () => ConfigurationApi;
