/**
 * CORS header set used by every adapter. `methods` lets each platform
 * advertise the verbs it actually supports without re-declaring the rest.
 */
export declare function corsHeaders(methods?: string): Record<string, string>;
export declare function jsonHeaders(extra?: Record<string, string>): Record<string, string>;
