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