import { IToken } from './Parser'; /** * Finds all the direct childs of a specifyed type */ export declare function findChildrenByType(token: IToken, type: string): IToken[];