/**
 * Route handler that throws {@link errors.UnknownCommandError} for testing.
 */
export declare function produceError(): never;
/**
 * Route handler that throws a generic Error for testing (e.g. crash scenarios).
 */
export declare function produceCrash(): never;
//# sourceMappingURL=crash.d.ts.map