import { IParams, IPublicConfigData } from "../types/common";
export declare function getPublicConfig(params?: IParams): Promise<IPublicConfigData>;
