export declare const debug: (selector?: string | undefined, options?: any) => void;
export declare const debugByCy: (selector?: string | undefined, options?: any) => void;
export default debug;
