import { Resource } from '@tomic/lib'; /** * Returns a Markdown string representing the entire Resource, e.g.: * * ```md * # Some Title * * author: [joe](https://example.com/joe) * * published-at: 2020-01-01 * * And here a description! Hello world! * ``` */ export declare function useMarkdown(resource: Resource): string; //# sourceMappingURL=useMarkdown.d.ts.map