declare function handleCancel(): never; declare function handlePromptCancel(value: Value): Exclude; export { handleCancel, handlePromptCancel };