export interface ResolveAppBuildLabelOptions { readonly appVersion?: string | undefined; readonly buildId?: string | undefined; readonly fallback?: string; } /** Display build/version label — prefer explicit app version, then build id, then fallback. */ export declare function resolveAppBuildLabel(options: ResolveAppBuildLabelOptions): string; //# sourceMappingURL=resolveAppBuildLabel.d.ts.map