import type { EtaConfig } from './config';
interface GenericData {
    [index: string]: any;
}
/**
 * Called with `includeFile(path, data)`
 */
export declare function includeFileHelper(this: EtaConfig, path: string, data: GenericData): string;
export {};
//# sourceMappingURL=file-helpers.d.ts.map