import 'dotenv/config';
import { Options, Returning } from './index.d';
declare function init(options?: Options): Returning;
export default init;
