export interface Cookie { name: string; value: string; domain: string; path?: string; created?: Date; expires?: Date; } //# sourceMappingURL=Cookie.d.ts.map