import { FlowMetaAttribute } from "./FlowMetaAttribute"; export declare type FlowMetaContent = { contentType: string; url: string; attributes?: Array; };