import type { ExternalData } from '@bottrade/shared';
export declare function fetchExternalData(symbol: string): Promise<ExternalData>;
//# sourceMappingURL=externalData.d.ts.map