export declare enum Type {
    ONLOAD = 0,
    CONVERT = 1
}
