import { IDefaultTreeSection } from "@theia-extension-tester/page-objects";
export declare function getExplorerSection(): Promise<IDefaultTreeSection>;
export declare function deleteFiles(...files: string[]): Promise<void>;
export declare function getProjectPath(): string;
