/** * Use this to stub out methods that will throw when invoked. * * @example Usage * ```ts ignore * import { unimplemented } from "@std/assert"; * * unimplemented(); // Throws * ``` * * @param msg Optional message to include in the error. * @returns Never returns, always throws. */ export declare function unimplemented(msg?: string): never; //# sourceMappingURL=unimplemented.d.ts.map