import { BudgieLine } from "../../../output/budgieLine";
import { ITypeAdjustmentAttemptInfo, ITypeAdjustmentChecker } from "../types";
export declare class LengthCommandTypeAdjustmentChecker implements ITypeAdjustmentChecker {
    attempt(info: ITypeAdjustmentAttemptInfo): string | BudgieLine | undefined;
}
