/** * Constructs the routing header from the given params * * @param {Object} params - the request header parameters. * @return {string} the routing header value. */ export declare function fromParams(params: { [index: string]: {}; }): string;