import { InputGetCode } from '~server/data/interfaces'; declare const getCodeLines: (input: InputGetCode) => Promise; export { getCodeLines, };