declare function getFirst(str: string): string; declare function strToVar(ast: object, str: string): any; export { getFirst, strToVar };