import dpi from './dpi'; export declare function isEqual(value: any, other: any): boolean; export declare function noop(): void; export { dpi };