declare const _default: {
    id: string;
    name: string;
    description: string;
    importsWhenLocal: string[];
    fields: {
        responseErrors: {
            type: "raw";
            isRequired: true;
            isArray: true;
            options: {
                valueType: string;
            };
        };
    };
};
export default _default;
