declare const _default: {
    id: string;
    name: string;
    description: string;
    fields: {
        schemaId: {
            type: "text";
            label: string;
            isRequired: true;
        };
        destination: {
            type: "text";
            label: string;
        };
    };
};
export default _default;
