import { requires } from "./requires";
import { exported } from "./exported";
import { secrets } from "./secrets";
export declare const ANALYSERS: {
    requires: typeof requires;
    exports: typeof exported;
    secrets: typeof secrets;
};
export * from "./analyse";
//# sourceMappingURL=index.d.ts.map