import { DynamicModule } from "@nestjs/common";
import { CacheModuleAsyncOptions, CacheModuleOptions } from "@nestjs/cache-manager";
export declare class CachePanda {
    private static createCachePandaModule;
    static register(options: CacheModuleOptions): DynamicModule;
    static registerAsync(options: CacheModuleAsyncOptions): DynamicModule;
}
//# sourceMappingURL=cache-panda.module.d.ts.map