import * as rd from "../../../../../../../dist"; export declare const route: rd.Route<{ readonly method: rd.Method.Contextual; readonly path: rd.Path<"articleId">; readonly param: undefined; readonly query: undefined; readonly body: undefined; readonly header: undefined; readonly response: undefined; }>; export declare const isValid: ["You must call .setParam() on the route declaration for params", "articleId"];