import * as z from "zod/v3";
export type GetWorkflowInstancesListRequest = {
    /**
     * The unique identifier of the account.
     */
    accountId?: string | undefined;
    workflowId?: string | undefined;
};
/** @internal */
export type GetWorkflowInstancesListRequest$Outbound = {
    accountId: string;
    workflowId: string;
};
/** @internal */
export declare const GetWorkflowInstancesListRequest$outboundSchema: z.ZodType<GetWorkflowInstancesListRequest$Outbound, z.ZodTypeDef, GetWorkflowInstancesListRequest>;
export declare function getWorkflowInstancesListRequestToJSON(getWorkflowInstancesListRequest: GetWorkflowInstancesListRequest): string;
//# sourceMappingURL=getworkflowinstanceslist.d.ts.map