export declare class EzfaSignedOutEvent {
    static type: string;
    redirectCancelled: boolean;
}
