import { KeyValueOptions } from '@nestcloud/common'; export declare function KeyValue(name: string, options?: KeyValueOptions): PropertyDecorator;