/**
 * Get data from a path inside the given object
 *
 * @param expression
 * @decorator
 * @operation
 * @input
 * @pipe
 */
export declare function UseParamExpression(expression: string): ParameterDecorator;
