/** Default public distribution repo. owner/name form. */ export const DEFAULT_APP_DIST_REPO: string; /** Resolve the `owner/name` slug of the app distribution repo. */ export function getAppDistRepo(): string;