declare const SAMPLE_EMPTY_OBJECT: {}; declare const SAMPLE_OBJECTS: readonly [{}, { readonly key: "value"; }]; export { SAMPLE_EMPTY_OBJECT, SAMPLE_OBJECTS };