export {}; declare global { interface String { toByte(): string; } }