export declare const commonTypeSchematics: { 'https://alertlogic.com/schematics/shared': { definitions: { changestamp: { type: string; properties: { by: { type: string; }; at: { type: string; }; }; required: string[]; additionalProperties: boolean; }; }; }; };