import { BacktraceAttributeProvider } from '@backtrace/sdk-core'; /** * Attributes from this provider can only be resolved after the Electron app is ready. */ export declare class ReadyAppAttributeProvider implements BacktraceAttributeProvider { private _attributes?; readonly type: 'scoped' | 'dynamic'; constructor(); get(): Record; private buildAttributes; }