import type { EdenBrandingInfo, EdenConfig } from "@edenapp/types"; export declare class BrandingManager { private readonly info; private readonly windowIconPath?; constructor(config: EdenConfig, appPath: string); getInfo(): EdenBrandingInfo; getWindowIconPath(): string | undefined; getWindowTitle(configuredTitle?: string): string; private loadLogo; private resolveAsset; } //# sourceMappingURL=BrandingManager.d.ts.map