export { default as hash } from './hash'; export declare const getExport: (m: any) => any; export declare const displayNameFromId: (id: string) => string; /** * Checks to see if we are running inside a node environment or not. * Covers jsdom environments. * * @see https://github.com/jsdom/jsdom/issues/1537 */ export declare const isNodeEnvironment: () => boolean; export declare function attrToProp(props: { [k: string]: string; }, attr: Attr): { [k: string]: string; }; //# sourceMappingURL=index.d.ts.map