/** ℹ️ This enum is non-exhaustive. */ export declare const AllowedRadius: { readonly Ten: "10"; readonly Twenty: "20"; readonly TwentyFive: "25"; readonly Fifty: "50"; readonly OneHundred: "100"; }; export type AllowedRadius = (typeof AllowedRadius)[keyof typeof AllowedRadius];