/** * Estimates API - Auto-generated typed wrapper. * DO NOT EDIT - Regenerate with: bun run generate * @generated */ export declare const estimates: { /** @see getShareableEstimate */ readonly getShareableEstimate: (shareableId: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getShareableEstimateHtml */ readonly getShareableEstimateHtml: (shareableId: string, params?: import("..").GetShareableEstimateHtmlParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getShareableEstimatePdf */ readonly getShareableEstimatePdf: (shareableId: string, params?: import("..").GetShareableEstimatePdfParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see createEstimate */ readonly create: (createEstimate: import("..").CreateEstimate, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getEstimates */ readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; /** @see createCustomEstimate */ readonly createCustom: (customCreateEstimate: import("..").CustomCreateEstimate, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getEstimateById */ readonly get: (id: string, params?: import("..").GetEstimateByIdParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see updateEstimate */ readonly update: (id: string, updateEstimate: import("..").UpdateEstimate, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getEstimateVersions */ readonly getVersions: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getEstimateVersion */ readonly getVersion: (id: string, version: number, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see renderEstimatePreview */ readonly renderEstimatePreview: (partialEstimatePreviewCompleteEstimatePreview: import("..").CompleteEstimatePreview | import("..").PartialEstimatePreview, params?: import("..").RenderEstimatePreviewParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; }; export type EstimatesApi = typeof estimates; //# sourceMappingURL=estimates.d.ts.map