export declare const ORIGIN = "Origin"; export declare const CONTENT_TYPE = "Content-Type"; export declare const APPLICATION_JSON = "application/json"; export declare const getListen: (url: URL) => { host: string; port: number; }; declare type StaticOrigin = boolean | string | RegExp | (boolean | string | RegExp)[]; export declare const corsOptions: (allowedOrigins: Set) => { origin(requestOrigin: string | undefined, callback: (err: Error | null, options?: StaticOrigin) => void): void; }; export {}; //# sourceMappingURL=util.d.ts.map