export declare class AccountRestrictionNetworkProperties { readonly maxAccountRestrictionValues?: string | undefined; /** * @param maxAccountRestrictionValues - Maximum number of account restriction values. */ constructor(maxAccountRestrictionValues?: string | undefined); }