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