import type { RunSagaFunction } from "../../store/index.mjs"; /** * Get a method that can be used to start a performance trace. * * @param runSaga - A function to run a saga outside the usual Redux flow. * @returns A method that can be used to start a performance trace. */ export declare function getStartTraceImplementation(runSaga: RunSagaFunction): (event: import("@metamask/snaps-sdk").TraceRequest) => any; //# sourceMappingURL=start-trace.d.mts.map