declare type RouterKey = string; export declare function newRouterKey(extensions: string[]): RouterKey; export {};