/** * 将字符串转成Buffer * @param string * @param target */ export declare function encodeString(string: string, target?: Uint8Array): number;