/** * Create a function that crashes in the context of the current component, for use in async context * const crash = useCrash(); */ export declare function useCrash(): (err: Error | { message: string; }) => void;