import { GatsbyNodeFunctionMethods } from '../../types'; declare const functionRunner: (type: GatsbyNodeFunctionMethods) => (...args: any[]) => Promise; export default functionRunner;