import { ShorthandValue } from '../types';
export declare const getOrGenerateIdFromShorthand: <P extends Record<string, any>>(prefix: string, value: ShorthandValue<P>, currentValue?: string) => string | undefined;
