import { VNode } from "@virtualstate/fringe";
export declare function getEnv(): Record<string, string | undefined>;
export declare function isWantedExampleKey(exampleKey: string): boolean;
export declare function getExampleNameFromKey(exampleKey: string): string;
export declare function log(node: VNode, looping?: boolean, main?: boolean): Promise<void>;
//# sourceMappingURL=log.util.d.ts.map