export declare class ServiceNowInstanceUrlBuilder {
    static buildFromDomain(domain: string): string;
}
