export declare function validateEnvNfe(xml: string): Promise<void>;
export declare function validateInutNfe(xml: string): Promise<void>;
export declare function validateCancelNfe(xml: string): Promise<void>;
export declare function validateCartaCorrecaoNfe(xml: string): Promise<void>;
