export declare enum ApplicationOperation {
    Print = "print",
    Open = "open"
}
