import { Reporter } from 'gatsby'; export declare type ImgixSourceDataResolver = (obj: TSource) => TData | null | undefined | Promise; export declare const noop: () => void; export declare function invariant(condition: unknown, msg: string, reporter: Reporter): asserts condition; export declare const findPossibleURLsInNode: (node: object, depth?: number) => { path: string; value: string; }[]; //# sourceMappingURL=utils.d.ts.map