export interface CorsOptions { origin?: string; methods?: string; headers?: string; credentials?: boolean; maxAge?: number; } //# sourceMappingURL=Cors.d.ts.map