declare function joinPath(file: string): string;
declare function getPath(): string;
declare function _testReload(): void;
declare const _default: {
    joinPath: typeof joinPath;
    getPath: typeof getPath;
    _testReload: typeof _testReload;
};
export default _default;
//# sourceMappingURL=data.d.ts.map