import type { InsolvenceHledatRazeni } from '../../Constants'; import type { Client } from '../Client'; import type { Rizeni, RizeniSearchResultDTO } from '../types/Insolvence'; export declare class Insolvence { private readonly client; constructor(client: Client); hledat(options: InsolvenceHledatQuery): Promise; getOne(id: string): Promise; } export interface InsolvenceHledatQuery { dotaz: string; strana?: number; razeni?: InsolvenceHledatRazeni; } //# sourceMappingURL=Insolvence.d.ts.map