import { XMLElement } from '../../common/soap/xmlElement';
export declare class VideoPositionWithinPod extends XMLElement {
    protected static XSI_TYPE: string;
    index: number;
    constructor(index?: number);
}
