import { Dict } from "../typing";
export declare function propertyFlatList(target: Dict): string[];
