import { GoalSigningAlgorithm } from "@atomist/sdm"; /** * RSA based GoalSigningAlgorithm */ export declare const RsaGoalSigningAlgorithm: GoalSigningAlgorithm; //# sourceMappingURL=rsaGoalSigning.d.ts.map