import { z } from 'zod';
/**
 * /v2/account/mounts/types definition
 * Can be resolved against /v2/mounts/types
 */
export declare const AccountMountTypesDTO: z.ZodArray<z.ZodString>;
