type WalletStubPaths = { stubsDir: string; }; declare function walletStubOverrides(stubsDir?: string): Record; declare function walletStubViteAliases(stubsDir: string): Record; declare function walletStubPnpmWorkspaceYaml(): string; export { type WalletStubPaths, walletStubOverrides, walletStubPnpmWorkspaceYaml, walletStubViteAliases };