/** * Importing npm packages */ /** * Importing user defined packages */ /** * Defining types */ /** * Declaring the constants */ /** * An Error that should never happen. Use it to remove non null assertions */ export declare class NeverError extends Error { constructor(message?: string); getMessage(): string; }