/**
 * Expand minified item
 */
declare function expandItem<T>(list: T[], parent: Record<string, unknown>, key: string): void;
export { expandItem };