import { ActionError } from './ActionError';
export declare class BusinessLogicError extends ActionError {
    constructor(message: string, suggestedAction?: string, retryable?: boolean);
}
