import { NoParameters } from "@atomist/automation-client"; import { AutofixRegistration, CodeTransform, PushTest } from "@atomist/sdm"; export declare const AddThirdPartyLicenseAutofix: AutofixRegistration; export declare function addThirdPartyLicense(pushTest: PushTest): AutofixRegistration; export declare function addThirdPartyLicenseTransform(): CodeTransform; //# sourceMappingURL=thirdPartyLicense.d.ts.map