Version: 1.0.02.0.02.1.02.1.12.1.23.0.03.0.14.0.05.0.05.1.05.1.15.1.36.0.16.1.06.1.16.1.26.1.37.0.07.0.1
declare function detective(src: any, options?: detective.Options): any[];
declare namespace detective {
interface Options {
url: boolean;
}
class MalformedCssError extends Error {
export = detective;