export declare enum PossibleErrors {
    notLoaded = "Error, property was not loaded",
    notSync = "Error, context.sync() was not called"
}
export declare function isValidError(str: string): boolean;
