export interface AkitaConfig {
    /**
     * Whether to allowed the reset() stores functionality
     */
    resettable?: boolean;
}
export declare function akitaConfig(config: AkitaConfig): void;
export declare function getAkitaConfig(): AkitaConfig;
