/*! Copyright 2024 the gnablib contributors MPL-1.1 */
export declare function nameValue<T>(obj: Record<string, T>): [string, T];
