import type { TestLabel } from '@ephox/bedrock-client'; import { Step } from './Step'; declare const t: (label: string, f: Step) => Step; declare const sync: (label: TestLabel, f: () => T) => T; declare const ts: (label: string, fs: Step[]) => Step[]; declare const spec: (msg: string) => void; export { t, ts, sync, spec }; //# sourceMappingURL=Logger.d.ts.map