import type { SDK } from '../aws-auth/private'; import type { IoHelper } from '../io/private'; export declare function determineAllowCrossAccountAssetPublishing(sdk: SDK, ioHelper: IoHelper, customStackName?: string): Promise; interface BootstrapStackInfo { hasStagingBucket: boolean; bootstrapVersion: number; } export declare function getBootstrapStackInfo(sdk: SDK, stackName: string): Promise; export {}; //# sourceMappingURL=checks.d.ts.map