export declare const markAsCompleted: (projectId: string, name: string, order: number) => void; export declare const wasSuccessfullyExecuted: (migrationName: string, projectId: string) => boolean; export declare const loadMigrationsExecutionStatus: () => void; //# sourceMappingURL=statusManager.d.ts.map