/**
 * setup mocha to use sandbox on each test. Tear down and reinitialise the sandbox after each suite.
 * @deprecated use for testing only
 */
export declare const sandbox: () => void;
