import { Schema } from '../../domain'; import { SchemaHelper } from '../../infrastructure/schemaHelper'; export declare class ClearSchema { private readonly helper; constructor(helper: SchemaHelper); clear(schema: Schema): void; private clearEntity; private clearEntityMapping; } //# sourceMappingURL=clear.d.ts.map