import { OptionsMiddleware } from '../utils'; export interface RepoInfoTrait { readonly repo: string; } export declare function makeMiddleware(license?: string): OptionsMiddleware; export declare function githubUser(options: RepoInfoTrait): string;