declare type LPMetadataType = {
    [name: string]: string;
};
declare const LPMetadata: LPMetadataType;
export default LPMetadata;
