import { ModuleWithProviders } from '@angular/core';
import { TransferHttpCacheConfig } from './shared/global/interfaces';
export declare class TransferHttpCacheModule {
    static withConfig(config: TransferHttpCacheConfig): ModuleWithProviders;
}
