/** @type {import('../core.js').Syntax} */
declare function flow(Prism: any): void;
declare namespace flow {
    let displayName: string;
    let aliases: any[];
}
export default flow;
