export function setupLogAPI(agent: any): void; export function log(message: any, { customAttributes, level }: { customAttributes?: {} | undefined; level?: string | undefined; } | undefined, agentRef: any, target: any, timestamp?: number): void; //# sourceMappingURL=log.d.ts.map