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