import { CORSHeader } from "../../header";
export declare const cors: (origin?: string, credential?: boolean) => CORSHeader;
