export function removeQuotes(textWithQuotes: any, textWithoutQuotes: any): any; export namespace symbols { export const pass: string; export const fail: string; } export function isTaikoRunner(path: any): any; export function createJsDialogEventName(...args: any[]): string; export function trimCharLeft(baseString: any, char: any): any; export function isSameUrl(url1: any, url2: any): boolean; export function escapeHtml(str: any): any; export function taikoInstallationLocation(): string;