declare namespace settings {
    const async: boolean;
    const crossDomain: boolean;
    const url: string;
    const method: string;
    namespace headers {
        const cookie: string;
    }
}
//# sourceMappingURL=cookies.d.ts.map