import { SourceParser } from './base';
export declare function createSourceParser(type: 'compose' | 'run'): SourceParser;
