import { INestApplication } from '@nestjs/common';
export declare class ReconstructViewDb {
    static run(app: INestApplication): Promise<void>;
}
