export declare namespace InfoQRCodeByUF {
    type Input = {
        uf: string;
        amb: string;
    };
    type Output = {
        urlChave: string;
        urlQRCode: string;
    };
}
