export function readFiles(files: any, { esmDecorator, config, eventBus, runnableOpts, isBrowserEnv }: {
    esmDecorator: any;
    config: any;
    eventBus: any;
    runnableOpts: any;
    isBrowserEnv?: boolean | undefined;
}): Promise<void>;
