export declare const addStucco: ({ basePath, stuccoResolverName, resolverLibPath, }: { basePath: string; stuccoResolverName: string; resolverLibPath: string; }) => void;