import { AlertInterface, ApiResponse } from '@userfrosting/sprinkle-core/interfaces';
export declare function useConfigCacheApi(): {
    clearCache: () => Promise<void | ApiResponse>;
    loading: import('vue').Ref<boolean, boolean>;
    error: import('vue').Ref<AlertInterface | null | undefined, AlertInterface | null | undefined>;
};
