import type { ContentFs } from '../fs/content-fs.js'; import type { FileInfo, ProcessContentActions } from '../types'; export declare function registerPageProps(file: FileInfo, fs: ContentFs, actions: ProcessContentActions): Promise; //# sourceMappingURL=register-page-props.d.ts.map