export declare class MarketoInstanceUrlBuilder {
    static buildFromAccount(account: string): string;
}
