type buildKeyInfoTagArgs = {
    certificateContent: string;
    certificateExponent: string;
    certificateModulus: string;
    keyInfoTagId: string;
};
export declare const buildKeyInfoTag: ({ certificateContent, certificateExponent, certificateModulus, keyInfoTagId, }: buildKeyInfoTagArgs) => string;
export {};
