/** * Extract the `export const [data|attributes]` part from a page * @param {string} content The content of a page * @param {string} filepath The absolute path to the path * @returns {object} The extracted data object */ declare const _default: (content: string, filepath: string) => object; export default _default;