import "reflect-metadata"; import { Wrapper } from "../../../codeGen/infrastructure/Utils"; export declare function queryPath(path: string): (target: any) => void; export declare type ASRequestType = Wrapper; export declare class ASRequest { static queryPath: string; static getQueryPath(): string; }