declare type OtaType = { multiply(a: number, b: number): Promise; }; declare const _default: OtaType; export default _default;