export default function getPropertyViaDotNotation(propertyName: string, object: Record<string, any>): unknown;
