import { AthenaRequestDraft } from './types.js'; /** * Builds the argument object for better-auth / Athena auth client methods. * Query editor + headers become first-class `query` / `fetchOptions` fields. */ export declare function buildSdkMethodPayload(draft: AthenaRequestDraft): { error?: string; payload: unknown; };