/** * Suppliers API - Auto-generated typed wrapper. * DO NOT EDIT - Regenerate with: bun run generate * @generated */ export declare const suppliers: { /** @see createSupplier */ readonly create: (createSupplierBody: import("..").CreateSupplierBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getSuppliers */ readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; /** @see getSupplierById */ readonly get: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see updateSupplier */ readonly update: (id: string, updateSupplierBody: import("..").UpdateSupplierBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; }; export type SuppliersApi = typeof suppliers; //# sourceMappingURL=suppliers.d.ts.map