interface BrowseOptions {
    query?: string;
    type?: string;
    province?: string;
    realmPath?: string;
    currentRealmOnly?: boolean;
    searchMode?: 'literal' | 'semantic' | 'hybrid';
}
export declare function renderBrowse(options: BrowseOptions): Promise<void>;
export {};
//# sourceMappingURL=browse.d.ts.map