import { EndPoint } from '../EndPoint';
export type GetFeeOptions = {
    endPoint: EndPoint;
    fioAddress?: string | null;
};
//# sourceMappingURL=GetFeeOptions.d.ts.map