export declare class KnownTestLocations {
    /** The directory where test assets are stored. Keep in mind that the test is playing the role of the app. */
    static get assetsDir(): string;
    /** The directory where tests can write. */
    static get outputDir(): string;
}
//# sourceMappingURL=KnownTestLocations.d.ts.map