import { LoggingLevel } from "./TraceLogging"; export declare class Trace { static logEvent(provider: string, eventName: string, loggingLevel: LoggingLevel, partC?: any): Promise; }