/**
 * 生成nonce字符串, 默认长度16
 */
export declare function nonceStr(length?: number): string;
//# sourceMappingURL=nonceStr.d.ts.map