export {}; declare global { interface String { fromCamelCase(separator?: string): string; } }