import makeDebug from "debug";
export declare const isVerboseScreenshotsDebugEnabled: () => boolean;
export declare function makeVerboseScreenshotsDebug(namespace: string): ReturnType<typeof makeDebug>;
