export declare type Hook = (id: string) => void; export declare function detect(id: string): void; export declare function hook(hook: Hook | undefined): void;