export = TestSampleCode; /** * Test the sample code in README.md. */ declare class TestSampleCode { runTests(): void; }