import type { Params } from './params';
export declare function createRenderParamsFromClient(underlyingParams: Params): Promise<Params>;
