import { TruPropertyConfigBase } from '../base-classes/tru-property-config-base'; export declare class TruPropertyConfigFile extends TruPropertyConfigBase { constructor(); maxSize: number | undefined; }