interface MetaAttributes { metaSuffix: string; strictDirectoryName: boolean; folderType: string; metadataPaths: string[]; uniqueIdElements: string; } export declare function getRegistryValuesBySuffix(metaSuffix: string, command: string): Promise; export {};