declare global { interface String { startsWith(other: string): boolean; } } export {};