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