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