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