import type { InstructionEscalatedEvent } from './common';
import type { SmileInstructionCode } from '../smile';
export declare enum SmileCustomEvent {
    INSTRUCTION_ESCALATED = "smile:instruction-escalated",
    STATUS_CHANGED = "smile-auto-capture:status-changed"
}
export type SmileInstructionEscalatedEvent = InstructionEscalatedEvent<SmileInstructionCode>;
