/**
 * Copyright 2023 Design Barn Inc.
 */
interface ExtractFeaturesOption {
}
declare type Options = Partial<ExtractFeaturesOption>;
declare const DEFAULT_OPTIONS: ExtractFeaturesOption;

export { DEFAULT_OPTIONS, type ExtractFeaturesOption, type Options };
