import { TypeskellAST } from './types'; export declare function splitWithParens(input: string, split: string): string[]; export declare function parseAST(input: string): TypeskellAST;