import { Fund } from './structs'; export declare function getSymbol(fund: Fund): string | undefined;