export declare function parseOptional(source: string): { value: string; start: number; end: number; }; //# sourceMappingURL=parseOptional.d.ts.map