MultiscaleAnnotationSourceBase: {
    prototype: __type<any, any>;
    encodeOptions(options: WithParametersOptions): any;
    new (...args: any[]): __type<AnnotationSourceParameters, {
        prototype: __type<any, any>;
        encodeOptions(options: {
            credentialsProvider: CredentialsProvider<OAuth2Credentials>;
        }): any;
        new (...args: any[]): __type<OAuth2Credentials, typeof MultiscaleAnnotationSource>;
    } & typeof MultiscaleAnnotationSource>;
} & {
    prototype: __type<any, any>;
    encodeOptions(options: {
        credentialsProvider: CredentialsProvider<OAuth2Credentials>;
    }): any;
    new (...args: any[]): __type<OAuth2Credentials, typeof MultiscaleAnnotationSource>;
} & typeof MultiscaleAnnotationSource = ...

Generated using TypeDoc