import { CancelToken, INameValues } from "../../core/types";
export declare class AjaxOptions {
    dataType?: string;
    contentType?: string;
    method?: string;
    url?: string;
    data?: any;
    cancel?: CancelToken;
    headers?: INameValues;
    cache?: any;
    attachments?: any[];
    responseText?: string;
    responseHeaders?: string;
    status?: number;
    responseType?: string;
}
//# sourceMappingURL=AjaxOptions.d.ts.map