/** Checks whether the given string could be an OpenAPI document */ export declare function isDocument(input: string | null): boolean; //# sourceMappingURL=is-document.d.ts.map