import { WebBaseEventArgsDescription } from "./WebBaseEventArgsDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebForOfStateDescription extends WebBaseEventArgsDescription {
    static $t: Type;
    protected get_type(): string;
    private static __marshalByValue1;
    private static __marshalByValueAlias1;
    constructor();
    private r;
    get startIndex(): number;
    set startIndex(a: number);
    private q;
    get chunkSize(): number;
    set chunkSize(a: number);
}
