import { Project } from "@atomist/automation-client"; import { GoalInvocation } from "@atomist/sdm"; import { S3 } from "aws-sdk"; import { PublishToS3Options } from "./options"; declare type FilesAttempted = number; declare type SuccessfullyPushedKey = string; declare type Warning = string; export declare function putFiles(project: Project, inv: GoalInvocation, s3: S3, params: PublishToS3Options): Promise<[FilesAttempted, SuccessfullyPushedKey[], Warning[]]>; export {}; //# sourceMappingURL=putS3.d.ts.map