export declare const DanePobierzPelnyRaport: (params: {
    regon: string;
    report: string;
}) => string;
