import { OrmBaseH3lp } from '../../shared';
export declare class SchemaFileHelper {
private readonly helper;
constructor(helper: OrmBaseH3lp);
getConfigPath(source?: string): Promise<string | undefined>;
getConfigFileName(workspace: string): Promise<string | undefined>;
}