export default interface ICachedPreflightResponse {
    allowOrigin: string;
    allowMethods: string[];
    expires: number;
}
//# sourceMappingURL=ICachedPreflightResponse.d.ts.map