import { NativeAuthSigner } from '../../../utils/native.auth.signer'; export declare class ApiSettings { timeout?: number; skipRedirects?: boolean; responseType?: 'arraybuffer' | 'json'; headers?: Record; nativeAuthSigner?: NativeAuthSigner; }