type buildSignedInfoTagArgs = {
    invoiceHash: string;
    invoiceTagId: string;
    invoiceTagRefId: string;
    keyInfoTagHash: string;
    keyInfoTagId: string;
    keyInfoRefTagId: string;
    signedInfoTagId: string;
    signedPropertiesRefTagId: string;
    signedPropertiesTagHash: string;
    signedPropertiesTagId: string;
};
export declare const buildSignedInfoTag: ({ invoiceHash, invoiceTagId, invoiceTagRefId, keyInfoTagHash, keyInfoTagId, keyInfoRefTagId, signedInfoTagId, signedPropertiesRefTagId, signedPropertiesTagHash, signedPropertiesTagId }: buildSignedInfoTagArgs) => string;
export {};
