import { IStringA } from "soui4/IString"; export class SStringA extends IStringA{ constructor(src:string); constructor(src:string,length:number); } export class SStringW extends IStringW{ constructor(src:string); constructor(src:string,length:number); }