import { BotonicContext } from '@botonic/core';
import type { FlowContent } from '../content-fields';
export declare function getContents(botonicContext: BotonicContext, contentID?: string): Promise<FlowContent[]>;
