import { type FetchOptions } from 'ofetch'; export type AutxOptions = FetchOptions<'json', T>; export declare function $autx(request: string, options?: AutxOptions): Promise;