/**@internal */
export declare enum CustomAction {
    RequestAppId = 17
}
/**@internal */
export interface U2FAppId {
    AppId: string;
}
