declare const _default: {
    id: string;
    name: string;
    description: string;
    fields: {
        stage: {
            type: "select";
            isRequired: true;
            options: {
                choices: {
                    label: string;
                    value: string;
                }[];
            };
        };
    };
};
export default _default;
