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