export declare const getHostedZoneId: (hostedZoneId: string) => string;
export declare const getRecordId: ({ hostedZoneId, name, type, identifier, }: {
    hostedZoneId: string;
    name: string;
    type: string;
    identifier: string;
}) => string;
export declare const gets3BucketId: (id: string) => string;
export declare const getIamId: ({ resourceId, resourceName, resourceType, }: {
    resourceId: string;
    resourceName: string;
    resourceType: string;
}) => string;
export declare const getIamGlobalId: ({ accountId, region, resourceType, }: {
    accountId: string;
    region: string;
    resourceType: string;
}) => string;
