declare const _default: {
    database: string;
    user: string;
    password: string;
    host: string;
};
export default _default;
