export declare type APIId = { uuid: string; name: string; index: number; }; export declare type FetchId = string | number; //# sourceMappingURL=id.d.ts.map