export declare function stitchSliceForAPage({ pagePath, publicDir, }: {
    pagePath: string;
    publicDir: string;
}): Promise<void>;
