import type { SetupFunctionTasksOptions } from './types';
export declare const handler: ({ cwd, force, name, type, graphql, eventName, operationType, }: SetupFunctionTasksOptions) => Promise<void>;
