import * as rd from "../../../../../../../dist"; export declare const route: rd.Route<{ readonly method: rd.Method.Contextual; readonly path: rd.Path; readonly param: undefined; readonly query: undefined; readonly body: undefined; readonly header: import("type-mapping").FluentMapper & import("type-mapping").ExpectedInput<{ x: bigint; y: bigint | undefined; } & { z?: bigint | undefined; }> & import("type-mapping").MappableInput<{ x: string | number | bigint; y: string | number | bigint | undefined; } & { z?: string | number | bigint | undefined; }>>; readonly response: undefined; }>; export declare const server: { x: bigint; y: bigint | undefined; z: bigint | undefined; } & { [key: string]: string | string[] | undefined; }; export declare const clientExpected: { x: bigint; y: bigint | undefined; } & { z?: bigint | undefined; }; export declare const clientMappable: { x: string | number | bigint; y: string | number | bigint | undefined; } & { z?: string | number | bigint | undefined; };