export declare const manifest_attributes: {
    "1.3.0": {
        xmlns: string;
        "xmlns:lom": string;
        "xmlns:lomimscc": string;
        "xmlns:xsi": string;
        "xsi:schemaLocation": string;
    };
    "1.1.0": {
        xmlns: string;
        "xmlns:lom": string;
        "xmlns:lomimscc": string;
        "xmlns:xsi": string;
        "xsi:schemaLocation": string;
    };
};
export type Version = keyof typeof manifest_attributes;
export declare const DEFAULT_VERSION: Version;
export declare const manifest_attributes_for_version: (version?: Version) => string;
