import { Options } from './resolve-with-prefix'; declare function resolveWithPrefixSync(packageId: string, options?: Options): string; export { resolveWithPrefixSync }; //# sourceMappingURL=resolve-with-prefix-sync.d.ts.map