export { getPropAccessNotation };
declare function getPropAccessNotation(key: string): `.${string}` | `[${string}]`;
