export interface Gc { options: any; params: any; } export interface GcOptions { id: string | number; } export default function useGc(options?: GcOptions): Gc;