export class FooInt {
    value: number;
    constructor(initialValue: number);
    getInt(offset: number): number;
}