export {}; declare type stringType = { length: number; last_length: number; }; declare global { interface String { getBytesLength(): stringType; } }