import { DBSQLClient } from "@databricks/sql";
export declare function getConnection(): Promise<DBSQLClient>;
export declare function getSharedSession(): Promise<any>;
export declare function closeConnection(): Promise<void>;
