export function getProperty(obj: Record<string, any>, key: string): any;
export function setProperty(obj: Record<string, any>, key: string, value: string): void;
