export declare const getHeadersAndData: (data: string) => {
    data: string;
    headers: {
        [key: string]: string;
    };
};
