import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { WorkflowInfoDto } from "./workflowinfodto.js"; export type GetLayoutUsageResponseDto = { /** * Array of workflows that use this layout */ workflows: Array; }; /** @internal */ export declare const GetLayoutUsageResponseDto$inboundSchema: z.ZodType; export declare function getLayoutUsageResponseDtoFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=getlayoutusageresponsedto.d.ts.map