export declare const DanePobierzRaportZbiorczy: (params: {
    date: string;
    report: string;
}) => string;
