export declare const DevicePermissionRequest: import("scale-ts").Codec<"Camera" | "Microphone" | "Bluetooth" | "Location">; import type { CodecType } from "scale-ts"; export type DevicePermissionRequestType = CodecType; //# sourceMappingURL=devicePermission.d.ts.map