declare function validateId(id: string): Promise; declare function validateIds(ids: string[]): Promise; export { validateId, validateIds, };