declare const heimdall: {
    start(label: string): {
        stop(): void;
    };
};
export { heimdall };
//# sourceMappingURL=heimdall.d.ts.map