export interface ISendParams {
    idNotaFiscalConsumidor: number;
}
export interface ISendResponse {
    data: {
        xml?: string;
    };
}
