import type { UrlResultFormat } from './options.js';
export interface WbGetEntities {
    action: 'wbgetentities';
    titles?: string;
    sites?: string;
    ids?: string;
    format: UrlResultFormat;
    normalize?: true;
    languages?: string;
    props?: string;
    redirects?: 'yes' | 'no';
    formatversion?: '1' | '2';
}
//# sourceMappingURL=wbgetentities.d.ts.map