import type * as fdc3 from '@finos/fdc3';
export type BloombergApiContext = fdc3.Context & {
    openfinBbgApi?: boolean;
};
