export declare function useServerTimeout(name: string, callback: () => void, timeout: number): { callback: () => void; };