import * as plugins from '../dist_ts/plugins.js'; import type { IControllerIssuerIdentity } from '../dist_ts/interfaces.identity.js'; export declare class PostDatabaseDocumentMigrationRunner { private readonly database; private readonly migrations; constructor(database: plugins.smartdata.SmartdataDb | undefined); run(): Promise; runProjectFilesystemIdentity(controllerIdArg: string): Promise; runControllerIssuerIdentity(dataRootDirectoryArg: string): Promise; }