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