import StructureField from "./StructureField";
declare type Structure = {
    [key: string]: StructureField;
};
export default Structure;
