/// <reference types="node" />
export declare function signXml(xml: string, tag: string, certificado: {
    key: Buffer | string;
}): string;
