import * as z from "zod/v3";
export type GetWorkspaceEnvelopesRequest = {
    /**
     * The ID of the account
     */
    accountId: string;
    /**
     * The ID of the workspace
     */
    workspaceId: string;
};
/** @internal */
export type GetWorkspaceEnvelopesRequest$Outbound = {
    accountId: string;
    workspaceId: string;
};
/** @internal */
export declare const GetWorkspaceEnvelopesRequest$outboundSchema: z.ZodType<GetWorkspaceEnvelopesRequest$Outbound, z.ZodTypeDef, GetWorkspaceEnvelopesRequest>;
export declare function getWorkspaceEnvelopesRequestToJSON(getWorkspaceEnvelopesRequest: GetWorkspaceEnvelopesRequest): string;
//# sourceMappingURL=getworkspaceenvelopes.d.ts.map