export declare function applyParamsMetadataDecorator(paramsMetadata: any[], args: any[], fn: (key: string, def?: string) => string): any[];
