import { ClientOptions } from '../interfaces/client-metadata.interface'; /** * Attaches the `ClientProxy` instance to the given property * * @param {ClientOptions} metadata optional client metadata */ export declare const Client: (metadata?: ClientOptions) => (target: object, propertyKey: string | symbol) => void;