/** @internal */
/**
 * Permission type resource.
 */
export declare enum DevicePermission {
    LOCATION = "location"
}
