export type BuildContextLike = { projectDirPath: string; packageJsonFilePath: string; }; export declare function addSyncExtensionsToPostinstallScript(params: { parsedPackageJson: { scripts?: Record; }; buildContext: BuildContextLike; }): void;