/** * Generates a 16-character unique identifier. * * @returns A string representation of the generated identifier. */ export declare function shortId(pattern?: string): string; //# sourceMappingURL=short-id.d.ts.map