/** Maximum files allowed in one assembled package byte closure. */ export declare const TAP_PACKAGE_ARTIFACT_COUNT_LIMIT = 10000; /** Maximum bytes allowed for one authored or assembled presentation asset. */ export declare const TAP_PACKAGE_PRESENTATION_ASSET_BYTES_LIMIT: number; export { }