export declare function isNotNull(value: T): asserts value is NonNullable; export declare function getMigrationSteps(fileName: string): Promise;