import { APIDetail } from './APIDetail'; export declare function Document(info: APIDetail): (...args: any[]) => void; export default Document;