import type { binding } from "./binding";
type DeviceInfoType = {
    create(): binding.DeviceInfo;
};
/** @internal */
export declare const deviceInfo: DeviceInfoType;
/** @internal */
export declare function inject(value: DeviceInfoType): void;
export {};
