export declare const unsDiscloseDemand: { asset: { type: string; required: string[]; additionalProperties: boolean; properties: { "disclose-demand": { type: string; required: string[]; properties: { signature: { $ref: string; }; }; }; "disclose-demand-certification": { type: string; required: string[]; properties: { payload: { type: string; required: string[]; }; signature: { $ref: string; }; }; }; }; }; };