import { AndromedaProps, IAndromeda } from "./Dtos/interface"; import { Knex } from "knex"; export declare let database_connection: Knex; export declare const Andromeda: (initializerProps: AndromedaProps) => Promise;