import { Program } from '../types';
export declare function wrapBlitzConfig(program: Program, functionName: string): Program;
