import { ApiList, Signture, ShareInfo } from './type';
export declare function share(wx: any, signature: Signture, jsApiList: ApiList, shareInfo: ShareInfo, debug?: boolean): Promise<void>;
