import { AliJsApi, AsyncCallback } from '@hylid/types'; import { JsApiConfig } from './types'; export declare const alipayJSBridge: (cb: Function) => any; export declare function webCall(apiName: T | ({} & string), options?: any, config?: JsApiConfig): void; export declare function webCallAsync(apiName: string, options?: AsyncCallback & any, config?: { timeout?: number; }): Promise;