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: import("type-mapping").Mapper & import("type-mapping").ExpectedInput<{ userId: bigint; } & {} & { journalId: string; } & {} & { pageId: bigint; } & {}> & import("type-mapping").MappableInput<{ userId: string | number | bigint; } & {} & { journalId: string; } & {} & { pageId: string | number | bigint; } & {}>; readonly query: undefined; readonly body: undefined; readonly header: undefined; readonly response: undefined; }>;