PrecomputedIndexedSegmentPropertySource: {
    prototype: __type<any, any>;
    encodeOptions(options: WithParametersOptions): any;
    new (...args: any[]): __type<IndexedSegmentPropertySourceParameters, {
        prototype: __type<any, any>;
        encodeOptions(options: WithCredentialsOptions): any;
        new (...args: any[]): __type<any, typeof IndexedSegmentPropertySource>;
    } & typeof IndexedSegmentPropertySource>;
} & {
    prototype: __type<any, any>;
    encodeOptions(options: WithCredentialsOptions): any;
    new (...args: any[]): __type<any, typeof IndexedSegmentPropertySource>;
} & typeof IndexedSegmentPropertySource = ...

Generated using TypeDoc