/** Browser compatibility layer for Auto's localized label, missing glyph, and risk acknowledgement. */ import type { Context } from '@deepseek-ai/cordis'; /** The UI copy follows the same locale service as the official permission surfaces. */ export declare const inject: string[]; /** Install the permission UI compatibility layer for this client fiber. */ export declare function apply(ctx: Context): void; //# sourceMappingURL=index.d.ts.map