export declare const command_header: {
    'User-Agent': string;
    'Accept-Encoding': string;
    Connection: string;
    'Content-Type': string;
};
export declare const sign_header: {
    platform: string;
    timestamp: string;
    dId: string;
    vName: string;
};
export declare function getPrivacyName(name: string): string;
export declare function getRequestURL(request: RequestInfo, baseURL?: string): URL;
export declare function gzipObject(o: object): string;
export declare function getSmId(): Promise<string>;
export declare function getTn(o: Record<string, any>): string;
export declare function getDid(): Promise<string>;
export declare const Attendent: (cred: string, token: string) => Promise<string>;
