/**
 * The mocked class of the Fs Module
 */
export declare class FsMock {
    readFile(path: string, encoding: string): Promise<void>;
}
