export interface StatefulResources { readonly ResourceTypes: Record; } export declare namespace stateful { interface StatefulResourceAttributes { readonly DeleteRequiresEmptyResource?: boolean; } }