/** * Validates if an ID is valid based on the ID type */ export declare const isValidID: (id: unknown, idType?: "number" | "text") => boolean; //# sourceMappingURL=isValidID.d.ts.map