import { z } from 'zod';
export declare const getAccountSchema: z.ZodObject<{
    UserAccountsData: z.ZodObject<{
        DefaultAccountNumber: z.ZodString;
    }, z.core.$strip>;
}, z.core.$strip>;
