import { Platform } from "../Platforms"; import { Parser } from "../parse/Parser"; export declare const createParser: (platform: Platform) => Parser;