export declare class EditorUtils {
    static WARPSCRIPT_LANGUAGE: string;
    static FLOWS_LANGUAGE: string;
    static formatElapsedTime(elapsed: number): string;
}
