import { IPubSubEpub } from './types';
import Bluebird from 'bluebird';
export declare function addMutableFileSystem(options: IPubSubEpub, ...msg: any[]): Bluebird<void>;
