import { AuthorizeParams } from "./models/AuthorizeParams"; export declare namespace openehrclient { function authorize(options: AuthorizeParams): Promise; type WindowTargetVariable = '_self' | '_top' | '_parent' | '_blank' | 'popup' | string | number | Window; type WindowTarget = WindowTargetVariable; }