1 | import { IParseOptions } from './src/parser';
|
2 | import { Options, MessageFormatElement } from './src/types';
|
3 | export * from './src/types';
|
4 | export * from './src/parser';
|
5 | export declare type ParseOptions = Options & IParseOptions;
|
6 | export declare function parse(input: string, opts?: ParseOptions): MessageFormatElement[];
|
7 | //# sourceMappingURL=index.d.ts.map |
\ | No newline at end of file |