/** @description Key value pair to allow custom properties */
export declare class Identifier {
    type: string;
    value: string;
}
