/** * useAllConfigs - Get all configurations with automatic updates * * Returns all configs as a reactive object with cache-first strategy. */ import type { UseAllConfigsOptions, UseAllConfigsResult } from '../types'; export declare function useAllConfigs(options?: UseAllConfigsOptions): UseAllConfigsResult; //# sourceMappingURL=useAllConfigs.d.ts.map