import type { Ref } from 'vue'
import type { FlowHooks } from '../types'

export declare function createHooks(): FlowHooks
export declare function useHooks(emit: (...args: any[]) => void, hooks: Ref<FlowHooks>): void
