export declare const DaneSzukajPodmioty: (params: {
    nip?: string;
    regon?: string;
    krs?: string;
}) => string;
