/** * PtAtcudSeries API - Auto-generated typed wrapper. * DO NOT EDIT - Regenerate with: bun run generate * @generated */ export declare const ptAtcudSeries: { /** @see createPtAtcudSeries */ readonly create: (createPtAtcudSeriesBody: import("..").CreatePtAtcudSeriesBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see listPtAtcudSeries */ readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; /** @see getPtAtcudSeries */ readonly get: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getActivePtAtcudSeries */ readonly getActive: (params?: import("..").GetActivePtAtcudSeriesParams | undefined, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; export type PtAtcudSeriesApi = typeof ptAtcudSeries; //# sourceMappingURL=pt-atcud-series.d.ts.map