import { TestResultOutput } from "../../utils/testResult";
declare const _default: {
    toMatchStateMachineOutput(stateMachineName: string, expectedOutput: unknown): Promise<TestResultOutput>;
};
export default _default;
