import { type LayoutValidator } from './validation-types';
/**
 * Default validator that performs basic integrity checks on a ttabs layout
 * @param ttabs The ttabs instance to validate
 * @returns true if layout is valid, throws LayoutValidationError otherwise
 */
export declare const defaultValidator: LayoutValidator;
