declare module 'cloudformation-js-yaml-schema' {
    export const localTags: {mapping: string[]; scalar: string[]; sequence: string[]};
    export const CLOUDFORMATION_SCHEMA: any;
}
