declare const _default: {
    id: string;
    name: string;
    description: string;
    fields: {
        local: {
            type: "boolean";
            label: string;
            hint: string;
        };
        onData: {
            type: "raw";
            options: {
                valueType: string;
            };
        };
        onError: {
            type: "raw";
            options: {
                valueType: string;
            };
        };
        shouldReturnImmediately: {
            label: string;
            type: "boolean";
            isPrivate: true;
            hint: string;
            defaultValue: false;
            options: undefined;
        };
    };
};
export default _default;
