export declare function getCertArnForDomain({ baseDomain, profile, region }: { region: string; profile?: string; baseDomain: string; }): Promise;