import { Knex } from "knex"; export declare const getPublicMethodReturningSingleton: (knex: Knex, className: string) => Promise; export declare const getSingletonInstancesFromOtherClasses: (knex: Knex, className: string) => Promise; export declare const getPrivateStaticSingletonInstance: (knex: Knex, className: string) => Promise;