/** * Protocol util to generate custom protocol URL and open consent window application */ export declare class ProtocolUtil { static getUiPathProtocolUrl: (consentCode: number) => string; static openUiPathProtocol: (consentCode: number) => void; }