export declare const isGitHubOrg: (value: string) => boolean; export declare const isGitHubRepo: (value: string) => boolean; export declare const isGitHubTeam: (value: string) => boolean; declare const PLATFORMS: readonly ["amd64", "arm64"]; export type Platform = (typeof PLATFORMS)[number]; export declare const PLATFORM_OPTIONS: string; export declare const isPlatform: (value: unknown) => boolean; export {};