import { ShorthandValue } from '../types'; export declare const getOrGenerateIdFromShorthand:

>(prefix: string, value: ShorthandValue

, currentValue?: string) => string;