export declare const DBCONFIG: {
    user: string;
    password: string;
    connectString: string;
    externalAuth: boolean;
};
