import { BlockConfig } from '../types.js'; export declare const createId: (size?: number | undefined) => string; export declare function ensureIds(config: BlockConfig): void; //# sourceMappingURL=id.d.ts.map