export declare function getDatabaseFileLabel(databaseFile: any): any; export declare function getConnectionLabel(connection: any, { allowExplicitDatabase, showUnsaved }?: { allowExplicitDatabase?: boolean; showUnsaved?: boolean; }): any; export declare function getEngineLabel(connection: any): any;