type DecoratorFunction = (...args: any[]) => MethodDecorator; export declare const PrivateCache: DecoratorFunction; export declare const CacheForSeconds: DecoratorFunction; export {};