import { PageParam } from "./PageParam";
export declare class SearchForumParam extends PageParam {
    key: string;
    constructor(key: string, page?: number | "e");
}
