/** * 生成ID * @param {*} length * @param {*} chars * @returns */ export declare const stringid: (length?: number, chars?: string) => string;