declare function isInsideBrackets(currentLine: string, position: number): boolean; declare function getWordAt(str: string, pos: number): string; declare const _default: { isInsideBrackets: typeof isInsideBrackets; getWordAt: typeof getWordAt; }; export default _default;