import { Key } from '../../parsing/get_key_parsing'; export declare function generateGetPartOfKey(key: Key, keyPartAlias: string): string; export declare function generateKey(key: Key): string;