import { ABCFile } from './ABCFile';
export declare class MetadataInfo {
    readonly abc: ABCFile;
    readonly name: string;
    readonly keys: string[];
    readonly values: string[];
    constructor(abc: ABCFile, name: string, keys: string[], values: string[]);
    getValue(key: string): string;
}
//# sourceMappingURL=MetadataInfo.d.ts.map