import * as aws from "@pulumi/aws"; export declare function getImageRegistryAndCredentials(repo: aws.ecr.Repository): import("@pulumi/pulumi").Output<{ server: string; username: string; password: string; }>;