import { IdOptions } from './types.js';
export declare function getNewId(opts?: Pick<IdOptions, 'nanoidLength'>): string;
