export declare class Status {
    static Succeeded: string;
    static Failed: string;
    static NotStarted: string;
}
