import { ObjectionModuleOptions, Connection } from './objection.interfaces'; export declare function getObjectionOptionsToken(connection: string): string; export declare function getObjectionConnectionToken(connection: string): string; export declare function getObjectionBaseModelToken(connection: string): any; export declare function getObjectionModelToken(model: any, connection: string): string; export declare function createObjectionConnection(options: ObjectionModuleOptions): Connection;