declare function nextCors(): (req: any, res: any, next: any) => Promise<void>;
declare const _default: {
    nextCors: typeof nextCors;
};

export { _default as default };
