/**
* Determines if an input is a valid Prismic repository name.
*
* @paraminput - Input to test.
*
* @returns `true` if `input` is a valid Prismic repository name, `false`
* otherwise.
*/exportdeclareconstisRepositoryName: (input: string) =>boolean;