import { PropTypes } from '@structured-types/api'; import { DocumentationNode, DocumentationOptions } from './types'; /** * Async function to create a list of api documentation nodes * @param props properties parsed from `structured-types/api` * @param options page generation options * @returns a list of documentation nodes */ export declare const propsToDocumentation: (props: PropTypes, options?: DocumentationOptions) => Promise;