declare let FX: { throwErr: (msg: string) => never; makeId: () => string; }; export default FX;