export declare const thirdPartyAuthForAc: (args?: any) => void; export default thirdPartyAuthForAc; export declare const thirdPartyAuthForAcAsync: (args?: any) => Promise;