type Options = { url: string; method: string; body: Record | string | null; headers?: { header: string; value: string; }[] | null; }; declare const _default: import("@db-studio/types").OperationApiConfig; export default _default;