import * as rd from "../../../../../../../dist"; export declare const route: rd.Route<{ readonly method: rd.Method.Contextual; readonly path: rd.Path<"x" | "y">; readonly param: undefined; readonly query: undefined; readonly body: undefined; readonly header: undefined; readonly response: undefined; }>; export declare const rawParam: { x: string; y: string; };