import { createId } from '@lingxiteam/dsl'; declare const createIntId: (length?: number) => number; export default createId; export { createIntId };