export declare const isObject: (obj: any) => boolean; export declare const shouldBeParseStyle: (_path: any) => boolean; export declare const shouldBeParseImage: (_path: any) => boolean; export declare const dev: () => boolean;