export interface DatabricksProfile { host?: string; token?: string; } export declare function parseDatabricksCfg(content: string, profile: string): DatabricksProfile; export declare function loadDatabricksProfile(profile: string): Promise; //# sourceMappingURL=profile.d.ts.map