import { UserError } from 'n8n-workflow';
export declare class NotStringArrayError extends UserError {
    constructor(env: string);
}
