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