import { IPattern } from '../pattern'; export default function pt(pattern: IPattern, defines: Map, scope: Map): IPattern;