import { Test } from 'nodeunit';
declare const _default: {
    'addFileAsset correctly sets metadata and creates S3 parameters'(test: Test): void;
    'addDockerImageAsset correctly sets metadata'(test: Test): void;
    'addDockerImageAsset uses the default repository name'(test: Test): void;
    'addDockerImageAsset supports overriding repository name through a context key as a workaround until we have API for that'(test: Test): void;
};
export = _default;
