import type { IPointer } from './getPointer'; import type { IParser } from './parser-utilities'; import { FAILED } from './parser-utilities'; export declare const functionCall: IParser, typeof FAILED> | IParser, typeof FAILED> | IParser, typeof FAILED>; export declare const functionCallParser: (pointer: IPointer) => typeof FAILED | import("./dataWrapper").IWrappedData & { function: { namespace: string; } & { module: string; } & { name: string; }; } & { function: { module: string; } & { name: string; }; } & { function: { name: string; }; })[]; }>, undefined>; //# sourceMappingURL=functionCallParser.d.ts.map