import type { CrossAccountInfo, DisplayCrossAccountInfo } from "../../../common/Models/IntegrationAccounts";
import type { Assertion } from '@altostra/type-validations';
export declare const awsAccountsValidator: Assertion<CrossAccountInfo[]>;
export declare const awsDisplayAccountsValidator: Assertion<DisplayCrossAccountInfo[]>;
