import { type Empresa } from '../../../domain/contracts/repos';
export declare function signXmlX509(xml: string, tag: string, empresa: Empresa): string;
