import { IRafterOptions } from '../IRafterOptions'; import { IRafterServer } from './IRafterServer'; export declare function rafterServerFactory({ corePath, paths, mergableFileNames, logger, }: IRafterOptions): IRafterServer;