export declare const exoRouteMethods: readonly ["GET", "POST", "OPTIONS"]; export type ExoRouteMethod = (typeof exoRouteMethods)[number];