/** * FinaDevices API - Auto-generated typed wrapper. * DO NOT EDIT - Regenerate with: bun run generate * @generated */ export declare const finaDevices: { /** @see listFinaDevices */ readonly listFinaDevices: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see registerFinaDevice */ readonly registerFinaDevice: (id: string, registerFinaDeviceBody: import("..").RegisterFinaDeviceBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getFinaDevice */ readonly getFinaDevice: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see deleteFinaDevice */ readonly delete: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; export type FinaDevicesApi = typeof finaDevices; //# sourceMappingURL=fina-devices.d.ts.map