/** Suggests how the IdP should display the authentication interface to the user. */ export declare const DisplayEnum: { readonly Page: "page"; readonly Popup: "popup"; readonly Touch: "touch"; readonly Wap: "wap"; }; export type DisplayEnum = (typeof DisplayEnum)[keyof typeof DisplayEnum];