import { DynamicModule } from '@nestjs/common';
import { LXDHubDbSyncSettings } from './dbsync-settings.interface';
/**
 * The main appliaction module for LXDHub database sync
 */
export declare class AppModule {
    /**
     * Returns the app module with the applied settings
     * @param settings The settings of the synchronization task
     */
    static forRoot(settings: LXDHubDbSyncSettings): DynamicModule;
}
