declare const _default: {
    id: string;
    name: string;
    description: string;
    fields: {
        globbyPattern: {
            type: "text";
            label: string;
            isRequired: true;
            hint: string;
        };
        filePaths: {
            type: "text";
            label: string;
            isArray: true;
            isRequired: true;
            hint: string;
        };
        suffix: {
            type: "text";
            label: string;
            isRequired: true;
            hint: string;
        };
        directory: {
            type: "text";
            label: string;
            isRequired: true;
            hint: string;
        };
    };
};
export default _default;
