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