export declare class SimpleTemplateTest { "Can run once"(): Promise; "Can run once with an optional value"(): Promise; "Can run all with an optional value"(): Promise; "Can run all with an optional value 2"(): Promise; } //# sourceMappingURL=simple-template-runner-test.d.ts.map