import { RackifyServer } from './types'; export declare const initializeServices: (app: RackifyServer) => void; export declare const getInstance: (app: RackifyServer, Constructor: any) => any; //# sourceMappingURL=services.d.ts.map