declare function _registerPath(): void;
declare namespace _registerPath {
    var __loaded: boolean;
}
export declare const registerPath: typeof _registerPath;
export {};
