declare const corsConfig: { origin: boolean; methods: string[]; credentials: boolean; maxAge: number; }; export = corsConfig;