export declare class Errors {
    static NotImplemented: string;
    static InternalException: string;
    static ValueCannotBeNull: string;
    static internalExceptionTemplate(str: string): string;
}
//# sourceMappingURL=errors.d.ts.map
