import type { AstroLoggerDestination } from '../core.js';
export default function compose(destinations: AstroLoggerDestination[]): AstroLoggerDestination;
