import type { TraceCallback } from "@metamask/controller-utils"; export declare const TraceName: { readonly AccountSyncFull: "Multichain Account Syncing - Full"; }; /** * Fallback function for tracing. * This function is used when no specific trace function is provided. * It executes the provided function in a trace context if available. * * @param _request - The trace request containing additional data and context. * @param fn - The function to execute within the trace context. * @returns A promise that resolves to the result of the executed function. * If no function is provided, it resolves to undefined. */ export declare const traceFallback: TraceCallback; //# sourceMappingURL=traces.d.cts.map