import { LegalInstruction } from '../../lib/snyk-test/legacy';
export declare function formatLegalInstructions(legalInstructions: LegalInstruction[], paddingLength?: number): string;
