export declare const extractJSONObjectResponse: (res: string) => string | undefined;
export declare const extractJSONArrayResponse: (res: string) => string | undefined;
export declare const extractBulletPointsResponse: (res: string) => string[];
//# sourceMappingURL=extracter.d.ts.map