export function getAll(): any;
export function getOne(symbol: any): any;
export function closeAll(): any;
export function closeOne(symbol: any): any;
