export declare const isNestedAttribute: (key: string) => boolean; export declare const parseNestedAttribute: (key: string) => [string, string];