export declare const BASE_URL = "https://servicewechat.com"; export interface fetchApiOptions { skipSign?: boolean; params?: any; method?: any; wxCloudConfig?: { appid: string; privateKey: string; }; } export declare function getCloudRunCliRandStr(appid: string): Promise; export declare function fetchApi(apiName: string, data: any, options?: fetchApiOptions): Promise;