/** * Resolves path to a namespace path * @param path to resolve to namespace */ export declare function toNamespacedPath(path: string): string;