import { Segment } from './segment.model'; export declare class RepeatingField extends Segment { constructor(name?: any, value?: any); }