export declare function AssertionError(message: string): Error; export declare function NotImplementedError(message: string): Error; export declare function InvalidEnvironmentError(message: string): Error; export declare function NotInitializedError(message: string): Error;