import { TextOrFileValue } from '../types/mod.types';
export declare function getModContent(configPath: string, packageName: string, textOrFile: TextOrFileValue): Promise<string>;
