import type { ResolvedBuildPages } from "../../types.js";
/**
 * Logic to add page and prop files to the inputs, without extra prefix
 * @param param0
 * @returns
 */
export declare const pageAndPropFiles: ({ files, inputs, }: {
    files: ResolvedBuildPages | undefined;
    inputs: Record<string, string>;
}) => Record<string, string>;
//# sourceMappingURL=pageAndPropFiles.d.ts.map