import { Config } from './config';
export declare function outputLambdas(inputs: string[], config: Config): [string, string][];
