import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "./sdk-validation-error.js"; export type DeleteCostsheetResponse = { id?: string | undefined; message?: string | undefined; }; /** @internal */ export declare const DeleteCostsheetResponse$inboundSchema: z.ZodMiniType; export declare function deleteCostsheetResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=delete-costsheet-response.d.ts.map