export interface JqOptions { raw?: boolean; } export declare function jqFile(filter: string, file: string, options?: JqOptions): Promise; export declare function jqString(filter: string, text: string): Promise; export declare function jqJson(filter: string, json: object): Promise; //# sourceMappingURL=node-jq.d.ts.map