declare const example: { getPathToExamples(): Promise; getPathToPlugins(): string; getPathToSupportFiles(): Promise; getPathToTsConfig(): string; getPathToFixture(): string; } export default example;