import { ExtendedAuthFields, FullyPopulatedScratchOrgFields } from './orgTypes.js';
export declare const getStyledValue: (key: string, value: string) => string;
export declare const getStyledObject: <T extends ExtendedAuthFields | FullyPopulatedScratchOrgFields>(objectToStyle: T) => T;
