export declare const AZURE_COSMOS_DB_ENTITY = "cosmos-db:entity"; export declare function CosmosPartitionKey(value: string): (target: object, propertyKey?: string) => void; export declare function CosmosDateTime(value?: string): (target: object, propertyKey?: string) => void; export declare function CosmosUniqueKey(value?: string): (target: object, propertyKey?: string) => void; export declare const InjectModel: (model: any) => (target: object, key: string | symbol, index?: number) => void; export declare const InjectConnection: (name?: string) => (target: object, key: string | symbol, index?: number) => void;