declare const notImplementedDefinition: {
    id: string;
    name: string;
    description: string;
    fields: {};
};
export default notImplementedDefinition;
