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