import type { BindingValue, DataSourceDiagnostic } from '@ankhorage/contracts'; export declare function shouldRenderRuntimeRepeatEmptyState(args: { readonly diagnostics?: readonly DataSourceDiagnostic[]; readonly items?: readonly BindingValue[]; readonly status?: 'pending' | 'ready'; }): boolean; //# sourceMappingURL=runtimeRepeatEmptyState.d.ts.map