export class Strarray {
    copy(src: Strarray): number;

    strings: string[];
    count: number;
}
