export declare const buildRequest: ({ data, eTag, type }: { data: any; eTag: string; type: string; }) => { table: ({} | null)[][]; eTag: string; type: string; }; export default buildRequest;