/** Describes the input type of the data. */ export declare const DataCollectionOptionsInputType: { readonly Email: "EMAIL"; readonly PhoneNumber: "PHONE_NUMBER"; }; export type DataCollectionOptionsInputType = (typeof DataCollectionOptionsInputType)[keyof typeof DataCollectionOptionsInputType];