import * as z from "zod/v4-mini"; export type DeleteCostsheetRequest = { /** * Costsheet ID */ id: string; }; /** @internal */ export type DeleteCostsheetRequest$Outbound = { id: string; }; /** @internal */ export declare const DeleteCostsheetRequest$outboundSchema: z.ZodMiniType; export declare function deleteCostsheetRequestToJSON(deleteCostsheetRequest: DeleteCostsheetRequest): string; //# sourceMappingURL=delete-costsheet-op.d.ts.map