You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
447 B

export declare function getExpoDomainUrl(): string;
export declare function constructBuildLogsUrl({ buildId, username, projectSlug, }: {
buildId: string;
username?: string;
projectSlug?: string;
v2?: boolean;
}): string;
export declare function constructTurtleStatusUrl(): string;
export declare function constructArtifactUrl(artifactId: string): string;
export declare function isUrlAvailableAsync(url: string): Promise<boolean>;