declare module '*.ogg' {
const content: [string, string][]
export default content
}
declare module '*.yaml' {
const content: any