type DebouncedFunction any> = (...args: Parameters) => void; export declare function debounce any>(func: T, delay: number): DebouncedFunction; export declare function formatCypherStatement(cypherStatement: any): any; export declare function countLines(str: any): any; export declare function isDarkTheme(): boolean; export {};