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