import type { Actions, Store } from "gatsby";
import type { IRemoteFileNode, IGraphQLFieldConfigDefinition } from "../types";
export declare function publicUrlResolver(source: IRemoteFileNode, actions: Actions, store?: Store): string;
export declare function generatePublicUrlFieldConfig(actions: Actions, store?: Store): IGraphQLFieldConfigDefinition<IRemoteFileNode, string>;
