/** * @param amiId the ID of the AMI in the Amazon Marketplace * @param args.owners the owner of the AMI. Defaults to Amazon owned AMIs */ export declare function getAmi(amiId: string, args?: { owners?: string[]; }): Promise;