export declare type FetchOptions = {
    describe?: boolean;
};
export declare type FetchResponse = {
    record: string;
    tags?: any;
};
export declare type DMARCRecord = {
    v: string;
    p: string;
    rua: string[];
    ruf: string[];
    fo: string[];
    pct: number;
    rf: "afrf" | "iodef";
    ri: number;
    sp: "none" | "quarantine" | "reject";
    aspf: "r" | "s";
    adkim: "r" | "s";
};
