import type { ServerlessApplicationModel } from '../types.ts'; export interface LogGroupInput { functionName: string; } /** cloudformation generator */ export declare function makeLogGroup({ functionName, }: LogGroupInput): ServerlessApplicationModel; //# sourceMappingURL=log-group.d.ts.map