import { OrmBaseH3lp } from '../../shared'; export declare class SchemaFileHelper { private readonly helper; constructor(helper: OrmBaseH3lp); getConfigPath(source?: string): Promise; getConfigFileName(workspace: string): Promise; } //# sourceMappingURL=schemaFileHelper.d.ts.map