/**
 * Binds parameter decorators to the method
 * Useful when the language doesn't provide a 'Parameter Decorators' feature (vanilla JavaScript)
 * @param  {} ...decorators
 */
export declare function Bind(...decorators: any[]): MethodDecorator;
