import { Cell, Script } from "./api"; import { QueryOptions, ScriptWrapper } from "./indexer"; /** * return if the input is a script wrapper * @param maybeWrapped */ export declare function isScriptWrapper(maybeWrapped: Script | ScriptWrapper | null): maybeWrapped is ScriptWrapper; export declare function isCellMatchQueryOptions(cell: Cell, { lock, type, argsLen, data, fromBlock, toBlock, }: QueryOptions): boolean; //# sourceMappingURL=helpers.d.ts.map